Packaging tool recommendations (Python Packaging User Guide)
https://packaging.python.org/en/latest/guides/tool-recommendations/#packaging-tool-recommendations
https://docs.python.org/ja/3/distributing/index.html#installing-the-tools からリンク
#Tool_recommendations_(Python_Packaging_User_Guide) の一部
setuptools, build, twine
#パッケージングしよう で紹介されたツールと重なる
Use setuptools to define projects
Use build to create Source Distributions and wheels.
cibuildwheel(バイナリエクステンションでマルチプラットフォーム向けにwheelを配布したい)
Use twine for uploading distributions to PyPI.